home *** CD-ROM | disk | FTP | other *** search
- object ProjectForm: TProjectForm
- Left = 256
- Top = 178
- Width = 424
- Height = 217
- Caption = 'Current Projects'
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object AreaTabSet: TTabSet
- Left = 0
- Top = 173
- Width = 416
- Height = 17
- Align = alBottom
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnChange = AreaTabSetChange
- end
- object ProjectDBGrid: TDBGrid
- Left = 0
- Top = 0
- Width = 416
- Height = 173
- Align = alClient
- DataSource = ProjectDataSource
- TabOrder = 1
- TitleFont.Color = clWindowText
- TitleFont.Height = -10
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object ProjectDataSource: TDataSource
- DataSet = ProjectTable
- Left = 40
- Top = 96
- end
- object AreaTable: TTable
- Active = True
- DatabaseName = 'TABLEDRIVE'
- TableName = 'AREA.DB'
- Left = 104
- Top = 96
- end
- object ProjectTable: TTable
- Active = True
- DatabaseName = 'TABLEDRIVE'
- IndexFieldNames = 'AREA_ID'
- MasterFields = 'AREA_ID'
- MasterSource = AreaDataSource
- TableName = 'PROJECT.DB'
- Left = 136
- Top = 96
- object ProjectTableAREA_ID: TSmallintField
- FieldName = 'AREA_ID'
- Visible = False
- end
- object ProjectTablePROJECT_ID: TSmallintField
- FieldName = 'PROJECT_ID'
- Visible = False
- end
- object ProjectTablePROJECT_TITLE: TStringField
- DisplayLabel = 'Title'
- FieldName = 'PROJECT_TITLE'
- Size = 80
- end
- end
- object AreaDataSource: TDataSource
- DataSet = AreaTable
- Left = 72
- Top = 96
- end
- end
-